home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / laword11.zip / README.TXT < prev    next >
Text File  |  1996-07-15  |  1KB  |  49 lines

  1.                 LaWord v1.00 Beta Release
  2.  
  3.  
  4. First, don't be fooled by the size of the WCX file. This code is very
  5. tight and wrote very efficently. I have noticed that the more I program
  6. in WcCode, the smaller my programs are. There is some VERY complex code
  7. in this file.
  8.  
  9. Note all words less than 3 characters are indexed, but they are
  10. thrown out if they are picked in the game.
  11.  
  12. Installation:
  13.  
  14. Create a folder anywhere on any drive and call it whatever you want.
  15. Unzip all the files to it. Copy the Game.wcx file to your wildcat folder.
  16. Add the game to the menu and put the location of the game folder in the
  17. parameter section of WcMenu.
  18.  
  19. While in the 'game' directory, run the Install.bat file, you can do this
  20. by double clicking on it.
  21.  
  22. It should create the following sub folders:
  23.  
  24. Chall
  25. Scores
  26. Players
  27. Words
  28.  
  29.  
  30. The install.bat file should also move the 2 lst files to the words folder.
  31. If not then:
  32.  
  33. Copy a word list to the WORDS folder. The word list should be an ascii
  34. list of words each followed by a carriage return. Case is not important.
  35. Name this file WORD.LST 
  36.  
  37. Run the program while logged onto the system. It will then create three
  38. index files. One called WORD1.IDX and another called WORD2.IDX and one
  39. called WORD.NO
  40.  
  41. These files are explained below.
  42.  
  43. That should do it. It should now be ready to run.
  44.  
  45. A non registered version only picks from the first 1,000 words.
  46.  
  47.  
  48.  
  49.